home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / moveent < prev    next >
Text File  |  1991-11-22  |  2KB  |  46 lines

  1.  
  2.    7.2.1 MOVE ENTITY
  3.  
  4.  
  5. The MOVE ENTITY command is used to move or move and copy a group of
  6. entities.
  7.  
  8.  
  9.    COMMAND FORMAT
  10.  
  11.       #MOVE ENTITY :Ent ... :From To x1 x2 :Ent ...
  12.  
  13.          or
  14.  
  15.       #MOVE ENTITY COPY [modifiers] :Ent ... :From To x1 x2 ... xn :Ent ...
  16.  
  17.  
  18. The entities to be moved or copied are identified at the Ent prompt. If the
  19. COPY modifier is not used, the locations 'x1' and 'x2' define the vector
  20. through which all of the identified entities will be moved. If the COPY
  21. modifier is used, copies of the identified entities are created at all of
  22. the locations 'x2' through to 'xn' relative to the base location 'x1'. ( See
  23. figs. 7.13 to 7.15 ).
  24.  
  25.  
  26.    MODIFIERS
  27.  
  28. COPY           The COPY modifier is used to create new copies of the entities
  29.                that were identified. The original entities are left intact
  30.                while new entities are created at the locations 'x2' to 'xn'.
  31.         
  32.                Without the COPY modifier, the original entities are moved
  33.                through the vector defined by the locations 'x1' and 'x2'.
  34.  
  35. .ACTIVELAYER   When entities are copied using the MOVE ENTITY command, the
  36.                new entities will be created on the same layer as the original
  37.                entities. If the ACTIVELAYER modifier is used, the new
  38.                entities will be created on the current active layer.
  39.  
  40. .ACTIVEDEPTH   When entities are copied using the MOVE ENTITY command, the
  41.                new entities will be created on the same depth as the
  42.                original entities. If the ACTIVEDEPTH modifier is used, the
  43.                new entities will be created on the current active depth.
  44.  
  45.  
  46.